home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update31.zoo / include / diffs
Encoding:
Text File  |  1993-05-29  |  885 b   |  40 lines

  1. ===================================================================
  2. RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/PatchLev.h,v
  3. retrieving revision 1.50
  4. diff -c -r1.50 PatchLev.h
  5. *** 1.50    1993/05/21 12:53:20
  6. --- PatchLev.h    1993/05/29 20:36:50
  7. ***************
  8. *** 1,5 ****
  9.   
  10. ! #define    PatchLevel "89"
  11.   
  12.   /*
  13.    *
  14. --- 1,5 ----
  15.   
  16. ! #define    PatchLevel "90"
  17.   
  18.   /*
  19.    *
  20. ===================================================================
  21. RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/errno.h,v
  22. retrieving revision 1.12
  23. diff -c -r1.12 errno.h
  24. *** 1.12    1993/03/01 18:44:33
  25. --- errno.h    1993/05/29 20:36:51
  26. ***************
  27. *** 79,87 ****
  28. --- 79,89 ----
  29.   
  30.   #define EINTR            128        /* this *should* be fake */
  31.   
  32. + #ifndef AssemB
  33.   extern    int    errno;
  34.   extern    int    sys_nerr;
  35.   extern    char *    sys_errlist[];
  36. + #endif /* AssemB */
  37.   
  38.   #ifdef __cplusplus
  39.   }
  40.